Cluster::CalcDimensions

Section: ET++ method description (n)
Updated: automatically Thu Mar 21 20:11:29 1991
Index Return to Main Contents
 

NAME

Cluster::CalcDimensions - instance method  

TEMPLATE

void CalcDimensions()  

SPECIFIERS

public  

DESCRIPTION

CalcDimensions is called by the method Init and the method GetMinSize in order to determine the dimensions as well as the minimum size of this. The number of columns is calculated by the method CalcCols and the number of rows results from this formula: (number_of_contained_VObjects - 1)/cols + 1.
CalcDimensions also allocates memory to store the minimum size of each row and column (see instvar bs ht wd). Finally, it calls the method CacheMinSize to compute the overall minimum size of this.  

ARGUMENTS

none

 

RETURN ARGUMENT

void

 

CATEGORIES

implementation

 

FILES

implementation:
Cluster.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:31 GMT, March 30, 2022